3f7127
@@ -741,7 +741,7 @@
int initArgsFromCliVars(String[] args) {
 
     dbName = commandLine.getOptionValue("database");
     getOpts().setVerbose(Boolean.parseBoolean(commandLine.getOptionValue("verbose")));
-    getOpts().setSilent(Boolean.parseBoolean(commandLine.getOptionValue("slient")));
+    getOpts().setSilent(Boolean.parseBoolean(commandLine.getOptionValue("silent")));
 
     int code = 0;
     if (commandLine.getOptionValues("e") != null) {
